home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / pc2am / devs / pcentry < prev   
Text File  |  1994-03-14  |  895b  |  38 lines

  1. #
  2.     PC:
  3. /* Mounting receipt for the PC device */
  4.  
  5.     FileSystem = l:pc2am-handler
  6.     Stacksize = 4096
  7.     Priority = 5
  8.     GlobVec = -1
  9.  
  10. /*  These four values specifies parameters of serial (or other if you use
  11.     multiserial card) device to communicate via. */
  12.     Device = serial.device     /* baudbandit2.device */
  13.     Unit = 0
  14.     Flags = 0
  15.     Baud = 38400
  16.  
  17. /*  Maximal length of packet */
  18.  
  19.     MaxTransfer = 8192
  20.  
  21.  
  22. /*  Timeout value in tenths of second (not surfaces :-)*/
  23.  
  24.     Surfaces = 20
  25.  
  26.  
  27. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  28.     2 = Gopher-like, 3 = Background */
  29.     BlocksPerTrack = 2
  30.  
  31.  
  32. /*  Specifies hotkey.  Shifting bits are as follows:  8 - CTRL, 9 - LALT,
  33.     10 - RALT, 11 - LSHIFT, 12 - RSHIFT, 13 - LCOMMAND, 14 - RCOMMAND */
  34.     LowCyl = 818
  35.  
  36. /*  Not used now, but may be used for config purposes later. Keep it zero. */
  37.     HighCyl = 0
  38.